::----- readme.txt -----::
Creatures 3 Lobe Study V1.3
===========================
This program allows you to view what goes on inside the cells of your
Norns brains. The program allows you to connect to a running C3
program, with a selected norn and the details will display in the
program window.
You can display information for most of the brain lobes in the
norn. Details displayed for each lobe include:
- Active neurons within the lobe.
- The state variables 0 through to 7 for the each neuron.
- A description for the cell if possible (noun number, etc).
The display is updated every second. From the program you can pause C3
and single step through each game tick if you need to slow down the
action to view the results.
I created it to help me explore the C3 brain model. It is accurate as
far as I know but I worked with no details of the current brains and
have had to discover the information via exploration. So take the
information with a grain of salt. I have cross checked the information
where possible (ie. the results of the LOCI commands mesh with the
BRN: DMPL command which is what I use to get the information).
This is a work in progress and there is much more information that can
be displayed (State Variable rule lines for example). I have created
utilities that display all this information and will eventually merge
them into something useful.